golang.org/x/net/http2.pipe.BreakWithError (method)
3 uses
golang.org/x/net/http2 (current package)
pipe.go#L116: func (p *pipe) BreakWithError(err error) { p.closeWithError(&p.breakErr, err, nil) }
server.go#L2558: b.pipe.BreakWithError(errClosedBody)
transport.go#L2611: cs.bufPipe.BreakWithError(errClosedResponseBody)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)